Click or drag to resize

ServiceConvertId Method (SourceId, IdFormat)

Converts an ID from one format to another format.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ConvertIdResponse ConvertId(
	SourceId sourceId,
	IdFormat destinationFormat
)

Parameters

sourceId
Type: Independentsoft.ExchangeSourceId
The ID to convert.
destinationFormat
Type: Independentsoft.ExchangeIdFormat
The destination format.

Return Value

Type: ConvertIdResponse
ConvertIdResponse.
See Also